home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Context / Bat.DEF < prev    next >
Text File  |  2003-08-30  |  51KB  |  953 lines

  1. ; PSPad clip definition file for MS-Dos BAT
  2. ; author: ing. Jan Fiala pspad@wo.cz
  3. ; last revision: 30.8.2003
  4. ;
  5. [APPEND | Search path for data files]
  6. APPEND |[d:]path[;][d:]path[...]
  7. [APPEND1 |d Search path for data files]
  8. APPEND ;
  9. APPEND [d:]path[;][d:]path[...]
  10. APPEND |[/X:on|off][/path:on|off] [/E]
  11. Rem Displays or sets the search path for data files. DOS will search
  12. Rem the specified path(s) if the file is not found in the current path.
  13. Rem /X[:ON|:OFF]
  14. Rem     Specifies whether MS-DOS is to search (/X:ON) or not search (/X:OFF)
  15. Rem     appended directories. The default value is /X:OFF.
  16. Rem /PATH:ON|/PATH:OFF
  17. Rem     Specifies whether a program is to search appended directories for a data
  18. Rem     file when a path is already included with the name of the file the
  19. Rem     program is looking for. The default setting is /PATH:ON.
  20. Rem /E
  21. Rem     Assigns the list of appended directories to an environment variable
  22. Rem     named APPEND. This switch can be used only the first time.
  23. [ASSIGN | Redirects disk drive requests to a different drive]
  24. ASSIGN |x=y [...] /sta
  25. [ATTRIB | File attributes setting]
  26. ATTRIB |[+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]
  27. [ATTRIB1 |d File attributes setting]
  28. ATTRIB |[d:][path]filename [/S]
  29. ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]
  30. Rem Sets or displays the read-only, archive, system,
  31. Rem and hidden attributes of a file or directory.
  32. Rem + sets attribute
  33. Rem - clear attribute
  34. Rem   R Read-Only file
  35. Rem   A Archive file
  36. Rem   S System file
  37. Rem   H Hidden file
  38. Rem /S processes files in the current directory and all of its subdirectories
  39. [BACKUP | Makes a backup copy of one or more files]
  40. BACKUP |d:[path][filename] d:[/S][/M][/A][/F:(size)] [/P][/D:date] [/T:time] [/L:[path]filename]
  41. [BREAK | Check for Ctrl + Break]
  42. BREAK=|on|off
  43. [BUFFERS | Number of disk buffers]
  44. BUFFERS=|number[,read_ahead_number]
  45. [BUFFERS1 |d Number of disk buffers]
  46. BUFFERS=|number[,read_ahead_number]
  47. Rem Used in the CONFIG.SYS file to set the number of disk buffers (number)
  48. Rem that willbe available for use during data input. Also used to set a value
  49. Rem for the numberof sectors to be read in advance (read-ahead) during
  50. Rem data input operations.
  51. Rem numbers = 0..99, read-ahead number = 1..8
  52. [CALL | Calls another batch file]
  53. CALL |[d:][path]batchfilename [options]
  54. [CHCP | Displays the current code page]
  55. CHCP (codepage)
  56. [CHDIR | Change working directory]
  57. CHDIR |(CD) [d:]path
  58. [CHKDSK | Checks a disk]
  59. CHKDSK |[d:][path][filename] [/F][/V]
  60. [CHKDSK1 |d Checks a disk]
  61. CHKDSK |[d:][path][filename] [/F][/V]
  62. Rem Checks a disk and provides a file and memory status report.
  63. Rem /F  fixes errors on the disk. Do not use this option when running CHKDSK
  64. Rem     from other programs In general, when fixing disk errors, use
  65. Rem     ScanDisk instead of CHKDSK.
  66. Rem /V  Displays the name of each file in every directory as the disk is
  67. Rem     checked.
  68. [CHOICE | Provides a prompt ofr user choice]
  69. CHOICE |[/C[:]keys] [/N][/S][/T[:]c,nn] [text]
  70. [CHOICE1 |d Provides a prompt ofr user choice]
  71. Rem CHOICE |[/C[:]keys] [/N][/S][/T[:]c,nn] [text]
  72. Rem Used to provide a prompt so that a user can make a choice
  73. Rem while a batch program is running.
  74. Rem /C[:]keys
  75. Rem     Specifies allowable keys in the prompt. When displayed, the keys will be
  76. Rem     separated by commas, will appear in brackets ([]), and will be followed
  77. Rem     by a question mark. If you don't specify the /C switch, CHOICE uses YN
  78. Rem     as the default. The colon (:) is optional.
  79. Rem /N  Causes CHOICE not to display the prompt. The text before the prompt is
  80. Rem     still displayed, however
  81. Rem /S  Causes CHOICE to be case sensitive
  82. Rem /T[:]c,nn
  83. Rem     Causes CHOICE to pause for a specified number of seconds before
  84. Rem     defaulting to a specified key.
  85. Rem     c  specifies the character to be default
  86. Rem     nn number of seconds
  87. [CLS | CLear screen]
  88. CLS|
  89. [COMMAND | Starts a new version of command processor]
  90. COMMAND |[d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]
  91. [COMMAND1 |d Starts a new version of command processor]
  92. COMMAND |[d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]
  93. Rem Starts a new version of the DOS command processor
  94. Rem (the program that loads the DOS Internal programs).
  95. Rem /C command
  96. Rem     Specifies that the command interpreter is to perform the specified
  97. Rem     command and then exit. This switch must be the last switch on the
  98. Rem     command line.
  99. Rem /E:nnnnn
  100. Rem     Specifies the environment size, where nnnnn is the size in bytes. The
  101. Rem     value of nnnnn must be in the range 160 through 32768. MS-DOS rounds
  102. Rem     this number up to a multiple of 16 bytes. The default value is 256.
  103. Rem /K command
  104. Rem     Runs the specified command, program, or batch program and then displays
  105. Rem     the MS-DOS command prompt. This switch must be the last switch on the
  106. Rem     COMMAND command line.
  107. Rem /P  switch makes the new copy of the command interpreter permanent.
  108. Rem     In this case, the EXIT command cannot be used to stop the command interpreter.
  109. Rem /MSG
  110. Rem     Specifies that all error messages should be stored in memory. Usually,
  111. Rem     some messages are stored only on disk. This switch is useful only if you
  112. Rem     are running MS-DOS from floppy disks. You must specify the /P switch
  113. Rem     when you use the /MSG switch.
  114. Rem /Y  Directs COMMAND.COM to step through the batch file specified by the /C
  115. Rem     or /K switches. This switch is useful for debugging batch files. For
  116. Rem     example, to step through the TEST.BAT batch file line by line, you would
  117. Rem     type COMMAND /Y /C TEST. The /Y switch requires either the /C or the /K
  118. Rem     switch.
  119. [COMP | Compares two groups of files]
  120. COMP |[d:][path][filename] [d:][path][filename] [/A][/C][/D][/L][/N:(number)]
  121. [COPY | Copies and appends files]
  122. COPY |[/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
  123. [COPY1 |d Copies and appends files]
  124. COPY |[/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
  125. Rem Copies and appends files.
  126. Rem /Y  Indicates that you want COPY to replace existing file(s) without
  127. Rem     prompting you for confirmation.
  128. Rem /-Y Indicates that you want COPY to prompt you for confirmation when
  129. Rem     replacing an existing file.
  130. Rem /A  Indicates an ASCII text file.
  131. Rem /B  Indicates a binary file.
  132. Rem /V  Verifies that new files are written correctly.
  133. [COUNTRY | Use country-specific text conventions]
  134. COUNTRY=|country code,[code page][,][d:][filename]
  135. [CTTY | Changes the standard console output]
  136. CTTY |device
  137. [DATE | Displays and/or sets the system date]
  138. DATE |mm-dd-yy
  139. [DBLSPACE |d Program for disk compress]
  140. DBLSPACE |/automount=drives
  141. DBLSPACE /chkdsk [/F] [d:]
  142. DBLSPACE /compress d: [/newdrive=host:] [/reserve=size] [/F]
  143. DBLSPACE /create d: [/newdrive=host:] [/reserve=size] [/size=size]
  144. DBLSPACE /defragment [d:] ]/F]
  145. DBLSPACE /delete d:
  146. DBLSPACE /doubleguard=0|1
  147. DBLSPACE /format d:
  148. DBLSPACE [/info] [d:]
  149. DBLSPACE /list
  150. DBLSPACE /mount[=nnn] host: [/newdrive=d:]
  151. DBLSPACE /ratio[=ratio] [d:] [/all]
  152. DBLSPACE /size[=size] [/reserve=size] d:
  153. DBLSPACE /uncompress d:
  154. DBLSPACE /unmount [d:]
  155. Rem A program that allows you to compress information on a disk.
  156. [DEBUG | Utility for other program debugging]
  157. DEBUG [pathname] [parameters]
  158. [DEFRAG | Reorganize the files on the disk]
  159. DEFRAG |[d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
  160. [DEFRAG1 |d Reorganize the files on the disk]
  161. DEFRAG |[d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
  162. DEFRAG [d:] [/V][/B][/skiphigh] [/LCD]|/BW|/GO] [/H]
  163. Rem Optimizes disk performance by reorganizing the files on the disk.
  164. Rem /F  Defragments files and ensures that the disk contains no empty spaces
  165. Rem     between files.
  166. Rem /U  Defragments files and leaves empty spaces, if any, between files.
  167. Rem /S  Controls how the files are sorted in their directories.
  168. Rem     Use any combination of the values, and do not separate with spaces:
  169. Rem       N   In alphabetic order by name
  170. Rem       N-  In reverse alphabetic order by name (Z through A)
  171. Rem       E   In alphabetic order by extension
  172. Rem       E-  In reverse alphabetic order by extension (Z through A)
  173. Rem       D   By date and time, earliest first
  174. Rem       D-  By date and time, latest first
  175. Rem       S   By size, smallest first
  176. Rem       S-  By size, largest first
  177. Rem /B  Restarts your computer after files have been reorganized.
  178. Rem /SKIPHIGH
  179. Rem     Loads DEFRAG into conventional memory. By default, DEFRAG is loaded into
  180. Rem     upper memory, if upper memory is available.
  181. Rem /LCD
  182. Rem     Starts DEFRAG using an LCD color scheme.
  183. Rem /BW Starts DEFRAG using a black and white color scheme.
  184. Rem /G0 Disables the graphic mouse and graphic character set.
  185. Rem /H  Moves hidden files.
  186. [DEL | Delete file(s)]
  187. DEL |[d:][path]filename [/P]
  188. [DELOLDOS | Deletes files from previous versions of DOS]
  189. DELOLDOS |[/B]
  190. [DELTREE | Deletes a directory including all files]
  191. DELTREE |[/Y] [d:]path [d:]path[...]
  192. [DEVICE | Load device driver]
  193. DEVICE=|(driver name)
  194. [DEVICEHIGH | Install the device driver into the upper memory]
  195. DEVICEHIGH=|(driver name)
  196. [DIR | Displays directory content]
  197. DIR |[d:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]
  198. [DIR1 |d Displays directory content]
  199. DIR |[d:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]
  200. Rem Displays directory of files and directories stored on disk.
  201. Rem /P  Displays one screen of the listing at a time.
  202. Rem /W  Displays the listing in wide format, with as many as five filenames or
  203. Rem     directory names on each line.
  204. Rem /A[[:] attributes]
  205. Rem     Displays only the names of those directories and files with the
  206. Rem     attributes you specify. If you omit this switch, DIR displays the names
  207. Rem     of all files except hidden and system files. If you use this switch
  208. Rem     without specifying attributes, DIR displays the names of all files,
  209. Rem     including hidden and system files. The following list describes each of
  210. Rem     the values you can use for attributes. The colon (:) is optional. Use
  211. Rem     any combination of these values, and do not separate the values with
  212. Rem     spaces.
  213. Rem       H   Hidden files
  214. Rem       -H  Files that are not hidden
  215. Rem       S   System files
  216. Rem       -S  Files other than system files
  217. Rem       D   Directories
  218. Rem       -D  Files only (not directories)
  219. Rem       A   Files ready for archiving (backup)
  220. Rem       -A  Files that have not changed since the last backup
  221. Rem       R   Read-only files
  222. Rem       -R  Files that are not read-only
  223. Rem /O[[:] sortorder]
  224. Rem     Controls the order in which DIR sorts and displays directory names and
  225. Rem     filenames. The following list
  226. Rem     describes each of the values you can use for sortorder. Use any
  227. Rem     combination of the values, and do not separate these values with
  228. Rem     spaces.
  229. Rem       N   In alphabetic order by name
  230. Rem       -N  In reverse alphabetic order by name (Z through A)
  231. Rem       E   In alphabetic order by extension
  232. Rem       -E  In reverse alphabetic order by extension (Z through A)
  233. Rem       D   By date and time, earliest first
  234. Rem       -D  By date and time, latest first
  235. Rem       S   By size, smallest first
  236. Rem       -S  By size, largest first
  237. Rem       G   With directories grouped before files
  238. Rem       -G  With directories grouped after files
  239. Rem       C   By compression ratio, lowest first.
  240. Rem       -C  By compression ratio, highest first.
  241. Rem /S  Lists every occurrence, in the specified directory and all
  242. Rem     subdirectories, of the specified filename.
  243. Rem /B  Lists each directory name or filename, one per line (including the
  244. Rem     filename extension). This switch displays no heading information and no
  245. Rem     summary. The /B switch overrides the /W switch.
  246. Rem /L  Displays unsorted directory names and filenames in lowercase. This
  247. Rem     switch does not convert extended characters to lowercase.
  248. Rem /C[H]
  249. Rem     Displays the compression ratio of files compressed using DoubleSpace or
  250. Rem     DriveSpace, based on an 8K cluster size. The optional H switch displays
  251. Rem     the compression ratio of files compressed using DoubleSpace or
  252. Rem     DriveSpace, based on the cluster size of the host drive. The /C[H]
  253. Rem     switch is ignored when used with the /W or /B switch.
  254. [DISKCOMP | Compares the contents of two diskettes]
  255. DISKCOMP |[d:] [d:][/1][/8]
  256. [DISKCOMP1 |d Compares the contents of two diskettes]
  257. DISKCOMP |[d:] [d:][/1][/8]
  258. Rem Compares the contents of two diskettes.
  259. Rem /1  Compares only the first sides of the disks, even if the disks are
  260. Rem     double-sided and the drives can read double-sided disks.
  261. Rem /8  Compares only the first 8 sectors per track, even if the disks contain 9
  262. Rem     or 15 sectors per track.
  263. [DISKCOPY | Makes an exact copy of a diskette]
  264. DISKCOPY |[d:] [d:][/1][/V][/M]
  265. [DISKCOPY1 |d Makes an exact copy of a diskette]
  266. DISKCOPY |[d:] [d:][/1][/V][/M]
  267. Rem Makes an exact copy of a diskette.
  268. Rem /1  Copies only the first side of a disk.
  269. Rem /V  Verifies that the information is copied correctly. Use of this switch
  270. Rem     slows the copying process.
  271. Rem /M  Forces DISKCOPY to use only conventional memory for interim storage. By
  272. Rem     default, DISKCOPY uses your hard disk as an interim storage area so you
  273. Rem     don't have to swap floppy disks.
  274. [DOS | Specify the memory location for DOS]
  275. DOS=[high|low],[umb|noumb]
  276. [DOSKEY | Program to recall DOS commands]
  277. DOSKEY |[reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]
  278. [DOSKEY1 |d Program to recall DOS commands]
  279. DOSKEY |[reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]
  280. Rem Loads the Doskey program into memory which can be used
  281. Rem to recall DOS commands so that you can edit them.
  282. Rem /REINSTALL
  283. Rem     Installs a new copy of the Doskey program, even if one is already
  284. Rem     installed. In the latter case, the /REINSTALL switch also clears the
  285. Rem     buffer.
  286. Rem /BUFSIZE=size
  287. Rem     Specifies the size of the buffer in which Doskey stores commands and
  288. Rem     Doskey macros. The default size is 512 bytes.
  289. Rem     The minimum buffer size is 256 bytes.
  290. Rem /MACROS
  291. Rem     Displays a list of all Doskey macros. You can use a redirection symbol
  292. Rem     (Rem) with the /MACROS switch to redirect the list to a file. You can
  293. Rem     abbreviate the /MACROS switch as /M.
  294. Rem /HISTORY
  295. Rem     Displays a list of all commands stored in memory. You can use
  296. Rem     a redirection symbol (Rem) with the /HISTORY switch to redirect
  297. Rem     the list to a file. You can abbreviate the /HISTORY switch as /H.
  298. Rem /INSERT|/OVERSTRIKE
  299. Rem     Specifies whether new text you type is to replace old text. If you use
  300. Rem     the /INSERT switch, new text that you type on a line is inserted into
  301. Rem     old text (as if you had pressed the INSERT key).
  302. Rem     If you use the /OVERSTRIKE switch, new text replaces old text.
  303. Rem     The default setting is /OVERSTRIKE.
  304. Rem /APPEDIT
  305. Rem     Submitted by Franc Zabkar:
  306. Rem     The undocumented APPEDIT switch (in Win9x) enables command line history
  307. Rem     in applications such as DEBUG.EXE.
  308. [DOSSHELL | Graphic shell program]
  309. DOSSHELL |[/B] [/G:[resolution][n]]|[/T:[resolution][n]]
  310. [DOSSHELL1 |d Graphic shell program]
  311. DOSSHELL |[/B] [/G:[resolution][n]]|[/T:[resolution][n]]
  312. Rem Initiates the graphic shell program using the specified screen resolution.
  313. Rem Parameters
  314. Rem   resolution
  315. Rem     Specifies a screen-resolution category. Valid values are L, M, and H to
  316. Rem     specify low, medium, and high resolution, respectively. The default
  317. Rem     value of res depends on your hardware.
  318. Rem   n Specifies a screen resolution when there is more than one choice within
  319. Rem     a category. For information about the valid values for this parameter,
  320. Rem     see the "Notes" screen. The default value of n depends on your
  321. Rem     hardware.
  322. Rem /T  Starts MS-DOS Shell in text mode.
  323. Rem /B  Starts MS-DOS Shell using a black-and-white color scheme.
  324. Rem /G  Starts MS-DOS Shell in graphics mode.
  325. [DRIVPARM | Set parameters for a disk drive]
  326. DRIVPARM= |/D:(number) [/C] [/F:(form factor)] [/H:(number)] [/I][/N][/S:(number)] [/T:(tracks)]
  327. [DRIVPARM1 |d Set parameters for a disk drive]
  328. DRIVPARM= |/D:(number) [/C] [/F:(form factor)] [/H:(number)] [/I][/N][/S:(number)] [/T:(tracks)]
  329. Rem Used in the CONFIG.SYS file to set parameters for a disk drive.
  330. Rem /D:number
  331. Rem     Specifies the physical drive number. Values for number must be in the
  332. Rem     range 0 through 255 (for example, drive number 0 = drive A, 1 = drive B,
  333. Rem     2 = drive C, and so on).
  334. Rem /C
  335. Rem     Specifies that the drive can detect whether the drive door is closed.
  336. Rem /F:factor
  337. Rem     Specifies the drive type. The following list shows the valid values for
  338. Rem     factor and a brief description of each. The default value is 2.
  339. Rem       0   160K/180K or 320K/360K
  340. Rem       1   1.2 megabyte (MB)
  341. Rem       2   720K (3.5-inch disk)
  342. Rem       5   Hard disk
  343. Rem       6   Tape
  344. Rem       7   1.44 MB (3.5-inch disk)
  345. Rem       8   Read/write optical disk
  346. Rem       9   2.88 MB (3.5-inch disk)
  347. Rem /H:heads
  348. Rem     Specifies the maximum number of heads. Values for heads must be in the
  349. Rem     range 1 through 99. The default value depends upon the value you specify
  350. Rem     for /F:factor.
  351. Rem /I  Specifies an electronically compatible 3.5-inch floppy disk drive.
  352. Rem     (Electronically compatible drives are installed on your computer and use
  353. Rem     your existing floppy-disk-drive controller.) Use the /I switch if your
  354. Rem     computer's ROM BIOS does not support 3.5-inch floppy disk drives.
  355. Rem /N  Specifies a non-Removable block device.
  356. Rem /S:sectors
  357. Rem     Specifies the number of sectors per track that the block device
  358. Rem     supports. Values for sectors must be in the range 1 through 99. The
  359. Rem     default value depends upon the value you specify for /F:factor.
  360. Rem /T:tracks
  361. Rem     Specifies the number of tracks per side that the block device supports.
  362. Rem     The default value depends upon the value you specify for /F:factor.
  363. [ECHO | Zobrazit hlßÜky v dßvkovΘm souboru]
  364. ECHO |on|off
  365. ECHO (message)
  366. Rem Displays messages or turns on or off the display of commands in a batch file.
  367. [EDIT | Starts the MS-DOS editor]
  368. EDIT |[d:][path]filename [/B][/G][/H][/NOHI]
  369. [EDIT1 |d Starts the MS-DOS editor]
  370. EDIT |[d:][path]filename [/B][/G][/H][/NOHI]
  371. Rem Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.
  372. Rem /B  Displays MS-DOS Editor in black and white. Use this option if MS-DOS
  373. Rem     Editor isn't displayed correctly on a monochrome monitor.
  374. Rem /G  Uses the fastest screen updating for a CGA monitor.
  375. Rem /H  Displays the maximum number of lines possible for the monitor you are
  376. Rem     using.
  377. Rem /NOHI
  378. Rem     Enables you to use 8-color monitors with MS-DOS Editor. Usually, MS-DOS
  379. Rem     uses 16 colors.
  380. [EMM386 | Expanded-memory support]
  381. EMM386 |[on|off|auto] [w=on|off]
  382. [EMM3861 |d Expanded-memory support]
  383. EMM386 |[on|off|auto] [w=on|off]
  384. Rem Enables or disables EMM386 expanded-memory support on a computer with
  385. Rem an 80386 or higher processor.
  386. Rem Parameters
  387. Rem ON|OFF|AUTO
  388. Rem     Activates the EMM386 device driver (if set to ON), or suspends the
  389. Rem     EMM386 device driver (if set to OFF), or places the EMM386 device driver
  390. Rem     in auto mode (if set to AUTO). Auto mode enables expanded-memory support
  391. Rem     only when a program calls for it. The default value is ON.
  392. Rem W=ON|W=OFF
  393. Rem     Enables (if set to W=ON) or disables (if set to W=OFF) Weitek
  394. Rem     coprocessor support. The default value is W=OFF.
  395. [EXE2BIN | Converts .EXE files to binary format]
  396. EXE2BIN |[d:][path]filename [d:][path]filename
  397. [EXIT | Exits a secondary command processor]
  398. EXIT|
  399. [EXPAND | Expands a compressed file]
  400. EXPAND |[d:][path]filename [[d:][path]filename[ . . .]]
  401. [FASTHELP | Displays a list of DOS commands]
  402. FASTHELP [command][command] /?
  403. [FASTOPEN | Keeps track of the locations of files for fast access]
  404. FASTOPEN d:|[=n][/X]
  405. [FASTOPEN1 |d Keeps track of the locations of files for fast access]
  406. FASTOPEN d:|[=n][/X]
  407. Rem Keeps track of the locations of files for fast access.
  408. Rem Parameters
  409. Rem n   Specifies the number of files Fastopen can work with at the same time.
  410. Rem     Valid values for n are in the range 10 through 999. The default is 48.
  411. Rem Switch
  412. Rem /X  Creates the name cache in expanded memory instead of in conventional
  413. Rem     memory. The name cache is an area of memory in which MS-DOS stores
  414. Rem     (caches) the locations and names of the files that you open. This cache
  415. Rem     conforms to version 4.0 of the Lotus/Intel/Microsoft Expanded Memory
  416. Rem     Specification (LIM EMS).
  417. [FC | Displays the differences between files]
  418. FC |[/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename
  419. [FC1 |d Displays the differences between files]
  420. FC |[/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename
  421. FC [/B][/number] [d:][path]filename [d:][path]filename
  422. Rem Displays the differences between two files or sets of files.
  423. Rem /A  Abbreviates the output of an ASCII comparison. Instead of displaying all
  424. Rem     the lines that are different, FC displays only the first and last line
  425. Rem     for each set of differences.
  426. Rem /C  Ignores the case of letters.
  427. Rem /L  Compares the files in ASCII mode. FC compares the two files line by line
  428. Rem     and attempts to resynchronize the files after finding a mismatch. This
  429. Rem     is the default mode for comparing files that do not have extensions of
  430. Rem     .EXE, .COM, .SYS, .OBJ, .LIB, or .BIN.
  431. Rem /LBn
  432. Rem     Sets the number of lines for the internal line buffer. The default
  433. Rem     length of the line buffer is 100 lines. If the files being compared have
  434. Rem     more than this number of consecutive differing lines, FC cancels the
  435. Rem     comparison.
  436. Rem /N  Displays the line numbers during an ASCII comparison.
  437. Rem /T  Does not expand tabs to spaces. The default behavior is to treat tabs as
  438. Rem     spaces, with stops at each eighth character position.
  439. Rem /W  Compresses white space (tabs and spaces) during the comparison. If a
  440. Rem     line contains many consecutive spaces or tabs, the /W switch treats
  441. Rem     these characters as a single space. When used with the /W switch, FC
  442. Rem     ignores (and does not compare) white space at the beginning and end of a
  443. Rem     line.
  444. Rem /nnnn
  445. Rem     Specifies the number of consecutive lines that must match before FC
  446. Rem     considers the files to be resynchronized. If the number of matching
  447. Rem     lines in the files is less than this number, FC displays the matching
  448. Rem     lines as differences. The default value is 2.
  449. Rem /B  Compares the files in binary mode. FC compares the two files byte by
  450. Rem     byte and does not attempt to resynchronize the files after finding a
  451. Rem     mismatch. This is the default mode for comparing files that have
  452. Rem     extensions of .EXE, .COM, .SYS, .OBJ, .LIB, or .BIN.
  453. [FCBS | Number of file-control blocks for file sharing]
  454. FCBS=|(number)
  455. [FDISK | Prepares a fixed disk]
  456. FDISK |[/status] [/mbr]
  457. Rem /mbr switch repair master boot record
  458. [FILES | Maximum number of files open at the same time.]
  459. FILES=(number)
  460. [FIND | Finds the location of a specific string in file(s)]
  461. FIND |[/V][/C][/I][/N] string [d:][path]filename[...]
  462. [FIND1 |b Finds the location of a specific string in file(s)]
  463. FIND |[/V][/C][/I][/N] string [d:][path]filename[...]
  464. Rem Finds and reports the location of a specific string of text characters
  465. Rem in one or more files.
  466. Rem /V  Displays all lines not containing the specified string.
  467. Rem /C  Displays only a count of the lines that contain the specified string.
  468. Rem /N  Precedes each line with the file's line number.
  469. Rem /I  Specifies that the search is not to be case-sensitive.
  470. [FOR | Repeated execution of commands]
  471. FOR |%%(variable) IN (set) DO (command)
  472. FOR %(variable) IN (set) DO (command)
  473. [FORMAT | Formats a disk]
  474. FORMAT |d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]
  475. [FORMAT1 |d Formats a disk]
  476. FORMAT |d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]
  477. Rem Formats a disk to accept DOS files.
  478. Rem /V:label
  479. Rem     Specifies the volume label. The /V switch is not compatible with the /8 switch.
  480. Rem /Q  Specifies a quick format of a disk. With this switch, FORMAT deletes the
  481. Rem     file allocation table (FAT) and the root directory of a previously
  482. Rem     formatted disk, but does not scan the disk for bad areas.
  483. Rem /U   Specifies an unconditional format of a disk. Unconditional formatting
  484. Rem     destroys all existing data on a disk and prevents you from later
  485. Rem     "unformatting" the disk. You should use /U if you have received read and
  486. Rem     write errors during use of a disk. For information about unformatting a
  487. Rem     disk, see the UNFORMAT command.
  488. Rem /F:size
  489. Rem     Specifies the size of the floppy disk to format. When possible, use this
  490. Rem     switch instead of the /T and /N switches. Use one of the following
  491. Rem     values for size:
  492. Rem        160  160K, single-sided, double-density, 5.25-inch disk
  493. Rem        180  180K, single-sided, double-density, 5.25-inch disk
  494. Rem        320  320K, double-sided, double-density, 5.25-inch disk
  495. Rem        360  360K, double-sided, double-density, 5.25-inch disk
  496. Rem        720  720K, double-sided, double-density, 3.5-inch disk
  497. Rem       1200  1.2-MB, double-sided, quadruple-density, 5.25-inch disk
  498. Rem       1440  1.44-MB, double-sided, quadruple-density, 3.5-inch disk
  499. Rem       2880  2.88-MB, double-sided, extra-high-density, 3.5-inch disk
  500. Rem /B  Reserves space for the system files IO.SYS and MSDOS.SYS (as hidden
  501. Rem     files) on a newly formatted disk. In previous versions of MS-DOS, it was
  502. Rem     necessary to reserve this space before using the SYS command to copy the
  503. Rem     system files to the disk. This switch is maintained in MS-DOS version
  504. Rem     6.0 for compatibility reasons only.
  505. Rem /S  Copies the operating system files IO.SYS, MSDOS.SYS, and COMMAND.COM
  506. Rem     from your system's startup drive to a newly formatted disk that you can
  507. Rem     use as a system disk. If FORMAT cannot find the operating system files,
  508. Rem     it prompts you to insert a system disk.
  509. Rem /T:tracks
  510. Rem     Specifies the number of tracks on the disk. When possible, use the /F
  511. Rem     switch instead of this switch. If you use the /T switch, you must also
  512. Rem     use the /N switch. These two switches provide an alternative method of
  513. Rem     specifying the size of the disk being formatted. You cannot use the /F
  514. Rem     switch with the /T switch.
  515. Rem /N:sectors
  516. Rem     Specifies the number of sectors per track. When possible, use the /F
  517. Rem     switch instead of this switch. If you use the /N switch, you must * also
  518. Rem     use the /T switch. These two switches provide an alternative method of
  519. Rem     specifying the size of the disk being formatted. You cannot use the /F
  520. Rem     switch with the /N switch.
  521. Rem /1  Formats a single side of a floppy disk. /4
  522. Rem     Formats a 5.25-inch, 360K, double-sided, double-density floppy disk on a
  523. Rem     1.2-MB disk drive. Some 360K drives cannot reliably read disks formatted
  524. Rem     with this switch. When used with the /1 switch, this switch formats a
  525. Rem     5.25-inch, 180K, single-sided floppy disk.
  526. Rem /8  Formats a 5.25-inch disk with 8 sectors per track. This switch formats a
  527. Rem     floppy disk to be compatible with MS-DOS versions earlier than 2.0.
  528. Rem /C  Retests bad clusters. By default, if a drive contains clusters that have
  529. Rem     been marked as "bad", FORMAT does not retest the clusters; it simply
  530. Rem     leaves them marked "bad". Use the /C switch if you want FORMAT to retest
  531. Rem     all bad clusters on the drive. (In previous versions of MS-DOS, FORMAT
  532. Rem     always retested any bad clusters.)
  533. [GOTO | Jump to the specified label]
  534. GOTO |(label)
  535. [GRAFTABL | Loads a table of character data into memory]
  536. GRAFTABL |[(code page)]
  537. GRAFTABL [status]
  538. [GRAPHICS | Print contents of a graphics screen display]
  539. GRAPHICS |[printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]
  540. [GRAPHICS1 |d Print contents of a graphics screen display]
  541. GRAPHICS |[printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]
  542. Rem Provides a way to print contents of a graphics screen display.
  543. Rem Parameters
  544. Rem type
  545. Rem   Specifies the type of printer:
  546. Rem   COLOR1      An IBM Personal Computer Color Printer with black ribbon
  547. Rem   COLOR4      An IBM Personal Computer Color Printer with RGB ribbon
  548. Rem   COLOR8      An IBM Personal Computer Color Printer with CMY ribbon
  549. Rem   HPDEFAULT   Any Hewlett-Packard PCL printer
  550. Rem   DESKJET     A Hewlett-Packard DeskJet printer
  551. Rem   GRAPHICS    An IBM Personal Graphics Printer, IBM Proprinter, or IBM Quietwriter
  552. Rem   GRAPHICSWIDE An IBM Personal Graphics Printer with an 11-inch-wide carriage
  553. Rem   LASERJET    A Hewlett-Packard LaserJet printer
  554. Rem   LASERJETII  A Hewlett-Packard LaserJet II printer
  555. Rem   PAINTJET    A Hewlett-Packard PaintJet printer
  556. Rem   QUIETJET    A Hewlett-Packard QuietJet printer
  557. Rem   QUIETJETPLUS  A Hewlett-Packard QuietJet Plus printer
  558. Rem   RUGGEDWRITER  A Hewlett-Packard RuggedWriter printer
  559. Rem   RUGGEDWRITERWIDE   A Hewlett-Packard RuggedWriterwide printer
  560. Rem   THERMAL     An IBM PC-convertible Thermal Printer
  561. Rem   THINKJET    A Hewlett-Packard ThinkJet printer [
  562. Rem /R  Prints the image as it appears on the screen (white characters on a
  563. Rem     black background) rather than reversed (black characters on a white
  564. Rem     background). The latter occurs by default.
  565. Rem /B  Prints the background in color. This switch is valid for COLOR4 and
  566. Rem     COLOR8 printers.
  567. Rem /LCD
  568. Rem     Prints an image by using the liquid crystal display (LCD) aspect ratio
  569. Rem     instead of the CGA aspect ratio
  570. [HELP | Displays information about a DOS command]
  571. HELP |[command] [/B][/G][/H][/NOHI]
  572. [HELP1 |d Displays information about a DOS command]
  573. HELP |[command] [/B][/G][/H][/NOHI]
  574. Rem Displays information about a DOS command.
  575. Rem /B  Allows use of a monochrome monitor with a color graphics card.
  576. Rem /G  Provides the fastest update of a CGA screen.
  577. Rem /H  Displays the maximum number of lines possible for your hardware.
  578. Rem /NOHI
  579. Rem     Allows the use of a monitor without high-intensity support.
  580. [IF | Conditional operations in batch processing]
  581. IF |[NOT] EXIST filename (command) [parameters]
  582. IF [NOT] (string1)==(string2) (command) [parameters]
  583. IF [NOT] ERRORLEVEL (number) (command) [parameters]
  584. Rem Allows for conditional operations in batch processing.
  585. [INCLUDE | Allow use the commands from one CONFIG.SYS block]
  586. INCLUDE=|blockname
  587. [INSTALL | Load memory-resident programs]
  588. INSTALL=|[d:][\path]filename [parameters]
  589. [INTERLINK | Connects two computers via parallel or serial ports]
  590. INTERLINK |[client[:]=[server][:]]
  591. [INTERSVR | Starts the Interlink server]
  592. INTERSVR |[d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
  593. [INTERSVR1 |d Starts the Interlink server]
  594. INTERSVR |[d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
  595. INTERSVR /RCOPY
  596. Rem Starts the Interlink server.
  597. Rem /X=drive:
  598. Rem     Specifies the letter(s) of drive(s) that will not be redirected. By
  599. Rem     default, all drives are redirected.
  600. Rem /LPT:[n|address]
  601. Rem     Specifies a parallel port to use. The n parameter specifies the number
  602. Rem     of the parallel port. The address parameter specifies the address of the
  603. Rem     parallel port. If you omit n or address, the Interlnk server uses the
  604. Rem     first parallel port that it finds connected to the client. If you
  605. Rem     specify the /LPT switch and omit the /COM switch, the server searches
  606. Rem     only for parallel ports. By default, all parallel and serial ports are
  607. Rem     scanned.
  608. Rem /COM:[n|address]
  609. Rem     Specifies a serial port to use. The n parameter specifies the number of
  610. Rem     the serial port. The address parameter specifies the address of the
  611. Rem     serial port. If you omit n or address, the Interlnk server searches all
  612. Rem     serial ports and uses the first port that it finds connected to the
  613. Rem     client. If you specify the /COM switch and omit the /LPT switch, the
  614. Rem     server searches only for serial ports. By default, all parallel and
  615. Rem     serial ports are scanned.
  616. Rem /BAUD:rate
  617. Rem     Sets a maximum serial baud rate. Valid values for rate are 9600, 19200,
  618. Rem     38400, 57600, and 115200. The default value is 115200.
  619. Rem /B  Displays the Interlnk server screen in black and white. Use this switch
  620. Rem     if you have problems reading your monochrome monitor.
  621. Rem /V  Prevents conflicts with a computer's timer. Use this switch if you have
  622. Rem     a serial connection between computers and one of them stops running when
  623. Rem     you use Interlnk to access a drive or printer port.
  624. Rem /RCOPY
  625. Rem     Copies Interlnk files from one computer to another, provided that the
  626. Rem     computers are connected with a 7-wire, null-modem serial cable and that
  627. Rem     the <MODERem command is available on the computer where you are installing
  628. Rem     Interlnk.
  629. [JOIN | Join disk of another content to directory]
  630. JOIN |d: [d:path]
  631. JOIN d: [/D]
  632. [KEYB | Loads support for non US keyboards]
  633. KEYB |[xx][,][yyy][,][d:][path]filename [/E][/ID:(number)]
  634. [LABEL | Changes volume label for a disk]
  635. LABEL |[d:][volume label]
  636. [LASTDRIVE | Set the maximum number of drives]
  637. LASTDRIVE=|(drive letter)
  638. [LOADFIX | Loads program above the first 64K]
  639. LOADFIX |[d:][path]filename [parameters]
  640. [LOADHIGH | Loads memory resident application into reserved area of memory]
  641. LOADHIGH |(LH) [d:][path]filename [parameters]
  642. [MEM | Displays amount of installed and available memory]
  643. MEM |[/program|/debug|/classify|/free|/module(name)] [/page]
  644. [MEMMAKER | Program lets you optimize your computer's memory]
  645. MEMMAKER |[/B][/batch][/session][/swap:d] [/T][/undo][/W:size1,size2]
  646. [MENUCOLOR | Set the colors that will be used by DOS menu]
  647. MENUCOLOR=|textcolor,[background]
  648. [MENUDEFAULT | Sets the startup configuration]
  649. MENUDEFAULT=|blockname, [timeout]
  650. [MENUITEM | Defines menu item in Config.SYS]
  651. MENUITEM=|blockname, [menutext]
  652. [MIRROR | Saves information that can be used to recover deleted files]
  653. MIRROR |[d:]path [d:] path [...]
  654. MIRROR [d1:][d2:][...] [/T(drive)(files)] [/partn][/U][/1]
  655. [MD | Creates a new subdirectory]
  656. MD |[d:]path
  657. [MODE | Sets mode of operation for devices or communications]
  658. MODE |n
  659. MODE LPT#[:][n][,][m][,][P][retry]
  660. MODE [n],m[,T]
  661. MODE (displaytype,linetotal)
  662. MODE COMn[:]baud[,][parity][,][databits][,][stopbits][,][retry]
  663. MODE LPT#[:]=COMn [retry]
  664. MODE CON[RATE=(number)][DELAY=(number)]
  665. MODE (device) CODEPAGE PREPARE=(codepage) [d:][path]filename
  666. MODE (device) CODEPAGE PREPARE=(codepage list) [d:][path]filename
  667. MODE (device) CODEPAGE SELECT=(codepage)
  668. MODE (device) CODEPAGE [/STATUS]
  669. MODE (device) CODEPAGE REFRESH
  670. Rem Sets mode of operation for devices or communications.
  671. [MORE | Sends output to console, one screen at a time]
  672. MORE |(filename or command)
  673. [MOVE | Moves one or more files to specified the location]
  674. MOVE |[/Y|/-Y] [d:][path]filename[,[d:][path]filename[...]] destination
  675. [MSBACKUP | Backup or restore one or more files]
  676. MSBACKUP |[setupfile] [/BW|/LCD|/MDA]
  677. [MSCDEX | Gain access to CD-ROM drives]
  678. MSCDEX |/D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]
  679. [MSCDEX1 |d Gain access to CD-ROM drives]
  680. MSCDEX |/D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]
  681. Rem Used to gain access to CD-ROM drives (new with DOS Version 6).
  682. Rem /E  Specifies that the CD-ROM driver be allowed to use expanded memory, if
  683. Rem     available, to store sector buffers.
  684. Rem /K  Specifies that MS-DOS should recognize CD-ROM volumes encoded in Kanji.
  685. Rem     By default, MS-DOS does not recognize Kanji CD-ROM volumes.
  686. Rem /S  Enables sharing of CD-ROM drives on MS-NET or Windows for Workgroups
  687. Rem     servers.
  688. Rem /V  Directs MSCDEX to display memory statistics when it starts.
  689. Rem /L:letter
  690. Rem     Specifies the drive letter to assign to the first CD-ROM drive. If you
  691. Rem     have more than one CD-ROM drive, MS-DOS assigns additional CD-ROM drives
  692. Rem     subsequent available drive letters.
  693. Rem /M:number
  694. Rem     Specifies the number of sector buffers.
  695. [MSD | Detailed technical computer information]
  696. MSD |[/B][/I]
  697. MSD [/I] [/F[d:][path]filename [/P[d:][path]filename [/S[d:][path]filename
  698. [NLSFUNC | Load a file with country-specific information]
  699. NLSFUNC |[d:][path]filename
  700. [NUMLOCK | Specify the state of the NumLock key]
  701. NUMLOCK=|on|off
  702. [PATH | Sets directories that will be searched for programs]
  703. PATH |[d:]path[;][d:]path[...]
  704. [PAUSE | Suspends execution of a batch file until a key is pressed]
  705. PAUSE |[comment]
  706. [POWER | Turn power management]
  707. POWER |[adv:max|reg|min]|std|off]
  708. [PRINT | Queues and print file(s)]
  709. PRINT |[/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename]
  710. [PRINT1 |d Queues and print file(s)]
  711. PRINT |[/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename]
  712. Rem Queues and prints data files.
  713. Rem /D:device
  714. Rem     Specifies the name of the print device. Valid values for parallel ports
  715. Rem     are LPT1, LPT2, and LPT3. Valid values for serial ports are COM1, COM2,
  716. Rem     COM3, and COM4. The default value is LPT1, which is also called PRN. The
  717. Rem     /D switch must precede any filename used on the command line.
  718. Rem /B:size
  719. Rem     Sets the size (in bytes) of the internal buffer, which is used to store
  720. Rem     data before it is sent to the printer. The minimum and default value for
  721. Rem     size is 512; the maximum value is 16384. Increasing this value decreases
  722. Rem     the amount of memory available for other purposes but may speed up the
  723. Rem     PRINT command.
  724. Rem /U:ticks1
  725. Rem     Specifies the maximum number of clock ticks PRINT is to wait for a
  726. Rem     printer to be available (clock ticks occur about 18 times per second).
  727. Rem     If the printer is not available within the time specified, the job does
  728. Rem     not print. Values for ticks1 must be in the range 1 through 255. The
  729. Rem     default value is 1.
  730. Rem /M:ticks2
  731. Rem     Specifies the maximum number of clock ticks PRINT can take to print a
  732. Rem     character on the printer. Values for ticks2 must be in the range 1
  733. Rem     through 255. The default value is 2. If a character is printed too
  734. Rem     slowly, MS-DOS displays an error message.
  735. Rem /S:ticks3
  736. Rem     Specifies the number of clock ticks the MS-DOS scheduler allocates for
  737. Rem     background printing. Values for ticks3 must be in the range 1 through
  738. Rem     255. The default value is 8. Increasing this value can speed up printing
  739. Rem     while slowing down other programs.
  740. Rem /Q:qsize
  741. Rem     Specifies the maximum number of files allowed in the print queue. Values
  742. Rem     for qsize must be in the range 4 through 32. The default value is 10.
  743. Rem /T  Removes all files from the print queue.
  744. Rem /C  Removes files from the print queue. You can use the /C and /P switches
  745. Rem     on the same command line.
  746. Rem /P  Adds files to the print queue.
  747. [PROMPT | Changes the DOS command prompt]
  748. PROMPT |[prompt text] [options]
  749. [PROMPT1 |d Changes the DOS command prompt]
  750. PROMPT |[prompt text] [options]
  751. Rem Changes the DOS command prompt.
  752. Rem Options:
  753. Rem     "$Q"  = (equal sign)
  754. Rem     "$$"  $ (dollar sign)
  755. Rem     "$T"  Current time
  756. Rem     "$D"  Current date
  757. Rem     "$P"  Current drive and path
  758. Rem     "$V"  MS-DOS version number
  759. Rem     "$N"  Current drive
  760. Rem     "$G"  Rem (greater-than sign)
  761. Rem     "$L"  < (less-than sign)
  762. Rem     "$B"  | (pipe)
  763. Rem     '$_'  ENTER-LINEFEED
  764. Rem     "$E"  ASCII escape code (code 27)
  765. Rem     "$H"  Backspace (to delete a character that has been written to the
  766. Rem           prompt command line)
  767. [RECOVER | Resolves sector problems on a file or a disk]
  768. RECOVER |[d:][path]filename
  769. RECOVER d:
  770. [REM | Comment in batch file]
  771. Rem |
  772. [RENAME | Changes the filename(s))]
  773. RENAME |(REN) [d:][path]filename [d:][path]filename
  774. [REPLACE | Replaces stored file(s)]
  775. REPLACE |[d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]
  776. [REPLACE1 |d Replaces stored file(s)]
  777. REPLACE |[d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]
  778. Rem Replaces stored files with files of the same name from a different
  779. Rem storage location.
  780. Rem /A  Adds new files to the destination directory instead of replacing
  781. Rem     existing files. You cannot use this switch with the /S or /U switch.
  782. Rem /P  Prompts you for confirmation before replacing a destination file or
  783. Rem     adding a source file.
  784. Rem /R  Replaces read-only files as well as unprotected files. If you do not
  785. Rem     specify this switch but attempt to replace a read-only file, an error
  786. Rem     results and stops the replacement operation.
  787. Rem /S  Searches all subdirectories of the destination directory and replaces
  788. Rem     matching files. You cannot use the /S switch with the /A switch. The
  789. Rem     REPLACE command does not search subdirectories specified in path1.
  790. Rem /W  Waits for you to insert a disk before REPLACE begins to search for
  791. Rem     source files. If you do not specify /W, REPLACE begins replacing or
  792. Rem     adding files immediately after you press ENTER.
  793. Rem /U  Replaces (updates) only those files on the destination directory that
  794. Rem     are older than those in the source directory. You cannot use the /U
  795. Rem     switch with the /A switch.
  796. [RESTORE | Restores files from Backup]
  797. RESTORE |d: [d:][path]filename [/P][/S][/B:mm-dd-yy] [/A:mm-dd-yy][/E:hh:mm:ss] [/L:hh:mm:ss] [/M][/N][/D]
  798. [RD (RMDIR)| Removes a subdirectory]
  799. RD |[d:]path
  800. [SCANDISK | Disk analysis and repair tool]
  801. SCANDISK |[d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
  802. [SCANDISK1 |d Disk analysis and repair tool]
  803. SCANDISK |[d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
  804. SCANDISK volume-name[/checkonly|/autofix[/nosave]|/custom][/mono][/nosummary]
  805. SCANDISK /fragment [d:][path]filename
  806. SCANDISK /undo [undo-d:][/mono]
  807. Rem Starts the Microsoft ScanDisk program which is a disk analysis and
  808. Rem repair tool used to check a drive for errors and correct
  809. Rem any problems that it finds.
  810. [SELECT | Formats a disk and installs country-specific information]
  811. SELECT |[d:] [d:][path] [country code][keyboard code]
  812. Rem Formats a disk and installs country-specific information and keyboard codes
  813. Rem (starting with DOS Version 6, this command is no longer available).
  814. [SET | Sets system variable]
  815. SET |(string1)=[string2]
  816. [SETVER | Sets the version table for programs]
  817. SETVER |[d:]:path][filename (number)][/delete][/quiet]
  818. [SHARE | Installs support for file sharing and locking]
  819. SHARE |[/F:space] [/L:locks]
  820. [SHELL | Specify the command interpreter]
  821. SHELL=|[d:][path]filename [parameters]
  822. [SHIFT | Increases number of replaceable parameters]
  823. SHIFT|
  824. [SORT | Sorts input and sends it to the screen]
  825. SORT |[/R][/+n][drive1:][path1]filename1 [Rem [drive2:][path2]filename2]
  826. [SORT1 |d Sorts input and sends it to the screen]
  827. SORT |[/R][/+n][drive1:][path1]filename1 [Rem [drive2:][path2]filename2]
  828. Rem Sorts input and sends it to the screen or to a file.
  829. Rem /R  Reverses the order of the sorting operation; that is, sorts from Z to A,
  830. Rem     and then from 9 to 0.
  831. Rem /+n Sorts the file according to the character in column n. If you do not use
  832. Rem     this switch, the SORT command sorts data according to the characters in
  833. Rem     column 1.
  834. [STACKS | Set the number of stack frames]
  835. STACKS=|(number),(size)
  836. [SUBMENU | Create a multilevel menu]
  837. SUBMENU=|blockname, [menutext]
  838. [SUBST | Creates virtual drive from directory]
  839. SUBST |d: d:path
  840. SUBST d: /D
  841. [SWITCHES | Configure DOS in a special way]
  842. SWITCHES=|[/K][/F][/N][/W]
  843. [SWITCHES1 |d Configure DOS in a special way]
  844. SWITCHES=|[/K][/F][/N][/W]
  845. Rem Used in the CONFIG.SYS file to configure DOS in a special way;
  846. Rem for example, to tell DOS to emulate different hardware configurations.
  847. Rem /F  Skips the 2-second delay after displaying the "Starting MS-DOS ..."
  848. Rem     message during startup.
  849. Rem /K  Forces an enhanced keyboard to behave like a conventional keyboard.
  850. Rem /N  Prevents you from using the F5 or F8 key to bypass startup commands.
  851. Rem /W  Specifies that the WINA20.386 file has been moved to a directory other
  852. Rem     than the root directory.
  853. [SYS | Transfers the system files to another disk]
  854. SYS |[source] d:
  855. [TIME | Displays or sets current time]
  856. TIME |hh:mm[:ss][.cc][A|P]
  857. [TREE | Displays directory tree]
  858. TREE |[d:][path] [/A][/F]
  859. Rem Displays directory paths and (optionally) files in each subdirectory.
  860. Rem /F  Displays the names of the files in each directory.
  861. Rem /A  Specifies that TREE is to use text characters instead of graphic
  862. Rem     characters to show the lines linking subdirectories.
  863. [TYPE | Displays the contents of a file]
  864. TYPE |[d:][path]filename
  865. [UNDELETE | Restores deleted files]
  866. UNDELETE |[d:][path][filename] [/DT|/DS|/DOS]
  867. [UNDELETE1 |d Restores deleted files]
  868. UNDELETE |[d:][path][filename] [/DT|/DS|/DOS]
  869. UNDELETE [/list|/all|/purge[d:]|/status|/load|/U|/S[d:]|/Td:[-entries]]
  870. Rem Restores files deleted with the DELETE command.
  871. Rem /LIST
  872. Rem     Only lists the deleted files that are available to be recovered
  873. Rem /ALL
  874. Rem     Recovers deleted files without prompting for confirmation on each file.
  875. Rem /DOS
  876. Rem     Recovers only those files that are internally listed as deleted by
  877. Rem     MS-DOS, prompting for confirmation on each file.
  878. Rem /DT Recovers only those files listed in the deletion-tracking file,
  879. Rem     prompting for confirmation on each file.
  880. Rem /DS Recovers only those files listed in the SENTRY directory, prompting for
  881. Rem     confirmation on each file.
  882. Rem /LOAD
  883. Rem     Loads the Undelete memory-resident program into memory using information
  884. Rem     defined in the UNDELETE.INI file. If the UNDELETE.INI file does not
  885. Rem     exist, UNDELETE uses default values.
  886. Rem /UNLOAD
  887. Rem     Unloads the memory-resident portion of the Undelete program from memory,
  888. Rem     turning off the capability to restore deleted files.
  889. Rem /PURGE[drive]
  890. Rem     Deletes the contents of the SENTRY directory. If no drive is specified,
  891. Rem     UNDELETE searches the current drive for the directory.
  892. Rem /STATUS
  893. Rem     Displays the type of delete protection in effect for each drive.
  894. Rem /S[drive]
  895. Rem     Enables the Delete Sentry level of protection and loads the
  896. Rem     memory-resident portion of the UNDELETE program. The program records
  897. Rem     information used to recover deleted files on the specified drive. If you
  898. Rem     do not specify a drive, using this switch enables the Delete Sentry
  899. Rem     level of protection on the current drive. Specifying the /S switch loads
  900. Rem     the memory-resident program into memory using the information defined in
  901. Rem     the UNDELETE.INI file.
  902. Rem /Tdrive[-entries]
  903. Rem     Enables the Delete Tracker level of protection and loads the
  904. Rem     memory-resident portion of the UNDELETE program. The program records
  905. Rem     information used to recover deleted files. The optional entries parameter,
  906. Rem     which must be a value in the range 1 through 999, specifies the maximum
  907. Rem     number of entries in the deletion-tracking file (PCTRACKR.DEL).
  908. [UNFORMAT | Undo the disk formatting]
  909. UNFORMAT |d: [/J][/L][/test][/partn][/P][/U]
  910. [UNFORMAT1 |d Undo the disk formatting]
  911. UNFORMAT |d: [/J][/L][/test][/partn][/P][/U]
  912. Rem Used to undo the effects of formatting a disk.
  913. Rem /L  Lists every file and subdirectory found by UNFORMAT. If you do not
  914. Rem     specify this switch, UNFORMAT lists only subdirectories and files that
  915. Rem     are fragmented. To suspend scrolling of the displayed list, press
  916. Rem     CTRL+S; to resume scrolling, press any key.
  917. Rem /TEST
  918. Rem     Shows how UNFORMAT would recreate the information on the disk, but does
  919. Rem     not actually unformat the disk.
  920. Rem /P  Sends output messages to the printer connected to LPT1.
  921. [VER | Displays the DOS version number]
  922. VER
  923. [VERIFY | Turns on the verify mode after copy]
  924. VERIFY |on|off
  925. [VOL | Displays a disk's volume label]
  926. VOL |[d:]
  927. [VSAFE | Memory-resident antivirus]
  928. VSAFE |[/option[+|-]...] [/NE][/NX][Ax|/Cx] [/N][/D][/U]
  929. [XCOPY | Copies directories, subdirectories, and files]
  930. XCOPY |[d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
  931. [XCOPY1 |d Copies directories, subdirectories, and files]
  932. XCOPY |[d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
  933. Rem Copies directories, subdirectories, and files.
  934. Rem /Y  Indicates that you want XCOPY to replace existing file(s) without
  935. Rem     prompting you for confirmation.
  936. Rem /-Y Indicates that you want XCOPY to prompt you for confirmation when
  937. Rem     replacing an existing file.
  938. Rem /A  Copies only source files that have their archive file attributes set.
  939. Rem     This switch does not modify the archive file attribute of the source
  940. Rem     file.
  941. Rem /M  Copies source files that have their archive file attributes set. Unlike
  942. Rem     the /A switch, the /M switch turns off archive file attributes in the
  943. Rem     files specified in source.
  944. Rem /D:date
  945. Rem     Copies only source files modified on or after the specified date.
  946. Rem /P  Prompts you to confirm whether you want to create destination file.
  947. Rem /S  Copies directories and subdirectories, unless they are empty. If you
  948. Rem     omit this switch, XCOPY works within a single directory.
  949. Rem /E  Copies any subdirectories, even if they are empty.
  950. Rem /V  Verifies each file as it is written to the destination file to make sure
  951. Rem     that the destination files are identical to the source files.
  952. Rem /W  Displays the following message and waits for your response before
  953. Rem     starting to copy files.